home *** CD-ROM | disk | FTP | other *** search
/ Fun & Games 2 (Canada) / Fun & Games CD-ROM (Canada).bin / games / disk167 / cloninv.doc next >
Encoding:
Text File  |  1989-01-29  |  3.4 KB  |  73 lines

  1.  
  2.  
  3.                                CLONE INVADER
  4.  
  5.                  Copyright (c) 1987,1988,1989 Gary Quiring.
  6.                             All Rights Reserved
  7.  
  8.    Clone Invader is an arcade style game that requires either a CGA, EGA,
  9.    or VGA graphics adapter.  One of the more difficult parts of writing
  10.    this game was to find a real SPACE INVADERS machine.  Almost all of
  11.    the arcade rooms in New Jersey don't have one anymore.  Luckily, I was
  12.    able to find one on the Long Branch boardwalk.
  13.  
  14.    The first thing you should do is configure the game to your hardware.
  15.    Press the S key when the first screen is displayed.  You will be able
  16.    to select the graphics adapter, and the playing speed that you prefer.
  17.  
  18.    If you have a computer with an 8088 running at 4mhz with an EGA
  19.    adapter you will find the game too slow in the EGA mode.  I would
  20.    suggest selecting a CGA setup.  80286 systems should select medium
  21.    speed, while 80386 systems should select slow speed.  The hardware
  22.    configuration as well as the high score are stored in the CLONINV.EXE
  23.    file, unless the filename is renamed or executed from a subdirectory
  24.    that is not in your path.
  25.  
  26.    During play, the sound can be turned off or on using the S key.  The
  27.    game can be aborted with the ESC key.  The space bar is your fire key
  28.    and the arrows on the numeric pad move your base.  The mystery invader
  29.    is worth 50 - 300 points and the technique of always getting a 300
  30.    point mystery invader applies just like the arcade version.
  31.  
  32.    Mouse users should make sure the mouse driver is installed.  Either
  33.    mouse button will act as the fire key.  During the demo, the left
  34.    mouse button will select a one player game and the right mouse button
  35.    will select a two player game.  The mouse is also supported during the
  36.    hardware setup menu.
  37.  
  38.    The background color can be changed by using the B key which is only
  39.    active during the demo screen.  The background color option is not
  40.    available for VGA adapters.
  41.  
  42.    If the game should lock up try removing any ram resident programs. The
  43.    keyboard driver in Clone Invader disables the normal keyboard
  44.    interrupt.  I have found that Sidekick and Superkey can occasionally
  45.    cause problems.
  46.  
  47.    If you find that the speed of Clone Invader is not quite what you
  48.    prefer, you can try experimenting with a command line option when
  49.    executing cloninv.exe.  Typing a number after cloninv.exe will
  50.    override the default values in the game.  Example:  cloninv 240.  The
  51.    larger the number the slower the game will play.
  52.  
  53.    I would like to thank Ben Broder, who wrote the keyboard driver for
  54.    Clone Invader, and who helped out in debugging and enhancing the game.
  55.  
  56.    Any comments, problems, or questions, please write to:
  57.  
  58.    Gary Quiring
  59.    37 Essie Drive
  60.    Matawan, NJ  07747
  61.  
  62.    HISTORY:
  63.     4.0 - Changed some colors for VGA.  Changed opening screen.  Added
  64.           mouse support to setup menu.  Added search in path for
  65.           filename.
  66.     3.9 - Added VGA support for 256 colors.  Added option for speed
  67.           adjustment.
  68.     3.8 - Added mouse support.
  69.     3.7 - Added hardware configuration menu, deleted environment switch
  70.           code, fixed some bugs, and recompiled with Quick Basic 4.5
  71.     3.6 - Adjusted code for 386 computers and added environment switches.
  72.     3.5 - Added feature to save high score in exe file and changed base
  73.           color for the EGA mode.
  74.  
  75.  
  76.